#MoveToTop {
  display: none;
  position: fixed;
  bottom: 40px;
  right: 50px;
  z-index: 99;
  font-size: 5px;
  border: none;
  outline: none;
  background-color: #ffffff;
  color: #000000;
  cursor: pointer;
  padding: 10px;
  border-radius: 50%;
  border-color: #555; 
  box-shadow: 0 5px 10px rgba(0, 0.5, 0, 0.5)
}
#MoveToTop:hover {
  background-color: #ffffff;
}
 .headlinenew h3 {color:#0C1724;line-height:1.4; }  
     
@media screen and (max-width:550px){
.img-banner-promo {
    margin: auto;
    max-width: 50%;
    height: auto;
  }
.img-banner-promo-gem {
   
    max-width: 50%;
    height: auto;
    float: left !important; 
    margin: auto !important;
    
  }  
.headlinenew{
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
           }  
     }
/* Responsive columns */
@media screen and (min-width: 768px) {
    .img-banner-promo {
    margin: auto;
    max-width: 60%;
    height: auto;
  }
  .img-banner-promo-gem {
    
    max-width: 50%;
    height: auto;
    float: left !important; 
    margin: auto !important;
    
  }
  .headlinenew {
	padding-top: 0px;
	padding-bottom: 30px;
           }
/* Move down content because we have a fixed navbar that is 50px tall */
   .headlinenew { padding-bottom: 45px; }
  }
/* Responsive columns */
@media screen and (max-width: 992px) {
    .img-banner-promo {
    margin: auto;
    max-width: 60%;
    height: auto;  
  }
      .img-banner-promo-gem {
   
    max-width: 60%;
    height: auto;
    float: left !important; 
    margin: auto !important;
 
  }
    .headlinenew {
         padding-top: 10px;
         padding-left: 60px;
         padding-right: 60px;
         padding-bottom: 10px;
         }
  }
  @media screen and (min-width:1200px){ 
    .img-banner-promo {
    margin: auto;
    max-width: 60%;
    height: auto;
    }
        .img-banner-promo-gem {
    
    max-width: 60%;
    height: auto;
    float: left !important; 
    margin: auto !important;
  
    }
    .headlinenew {
         padding-top: 10px;
         padding-left: 60px;
         padding-right: 60px;
         padding-bottom: 10px;
         }
  }
  @media screen (min-width:767.99px) and (max-width:1459.99px){
   .img-banner-promo {
    margin: auto;
    max-width: 60%;
    height: auto; 
  }
        .img-banner-promo-gem {
    
    max-width: 60%;
    height: auto;
    float: left !important; 
    margin: auto !important;
    }
/* Move down content because we have a fixed navbar that is 50px tall */
    .headlinenew {
         padding-top: 10px;
         padding-left: 60px;
         padding-right: 60px;
         padding-bottom: 10px;
         }
  }	     

  .multiselect {
    width: 100%;
}
.selectBox {
  position: relative;
}
.selectBox select {
  width: 100%;
}

.overSelect {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

#checkboxes {
  display: none;
  border: 0px #dadada solid;
}

#checkboxes label {
 display: block;
 font-size: 14px;
}

#checkboxes label:hover {
  background-color: #E8339B;
}